home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 051-060 / amok52 / abitur / txt / noteconversions.def < prev    next >
Text File  |  1993-11-04  |  302b  |  11 lines

  1. DEFINITION MODULE NoteConversions;
  2.  
  3. PROCEDURE NoteToString(N: REAL; Dec: BOOLEAN; VAR  Str: ARRAY OF CHAR);
  4. (* N ist die Note, die convertiert werden soll
  5.  * Dec ist TRUE, wenn zwei nachkommastellen gedruckt werden sollen, sonst
  6.  *   wirt in "2-3", " 6 ", "4-6"   übersetzt.
  7.  *)
  8.  
  9. END NoteConversions.
  10.  
  11.